@font-face {
    font-family: 'PingHei Light';
    src: url('../fonts/PingHeiLight/PingHei-light.ttf') format('truetype'); 
}

@font-face {
    font-family: 'PingFang Regular';
    src: url('../fonts/PingFang/PingFang Regular.ttf') format('truetype'); 
}

@font-face {
    font-family: 'HelveticaBold';
    src: url('../fonts/HelveticaBold/HelveticaBold.eot');
    src: url('../fonts/HelveticaBold/HelveticaBold.eot') format('embedded-opentype'),
         url('../fonts/HelveticaBold/HelveticaBold.woff2') format('woff2'),
         url('../fonts/HelveticaBold/HelveticaBold.woff') format('woff'),
         url('../fonts/HelveticaBold/HelveticaBold.ttf') format('truetype'),
         url('../fonts/HelveticaBold/HelveticaBold.svg#HelveticaBold') format('svg');
}

a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;/* border:0; */font-size:100%;font:inherit;vertical-align:baseline;font-family: 'Microsoft YaHei', 'STSong', 'SimSun',  Arial, sans-serif;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;font-family: 'Microsoft YaHei', 'STSong', 'SimSun',  Arial, sans-serif}
body{line-height:1}
ol,ul{list-style:none}
blockquote,q{quotes:none}
blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}
table{border-collapse:collapse;border-spacing:0}
input,textarea {-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius: 0}

ol, ul{list-style: none}
*{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}
*{-webkit-tap-highlight-color: rgba(0,0,0,0)}
a{text-decoration: none}
a:hover{text-decoration: none}
body{-webkit-text-size-adjust:none;-moz-text-size-adjust:none;-ms-text-size-adjust:none;text-size-adjust:none}
body, input, textarea{font-family: 'Microsoft YaHei', 'STSong', 'SimSun',  Arial, sans-serif}
input[type='text']:-webkit-autofill{-webkit-box-shadow: 0 0 0 1000px white inset}
[class*=' icon-'],[class^=icon-]{font-family:'iconfont';speak:none;font-style:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
input:focus,textarea:focus{
	outline: none;
}
:focus{
    outline: none;
}
.hide{display: none;}
.show{display: block;}

/* .wow{visibility:hidden}
.no-cssanimations .wow{visibility:visible} */
.clear{
	zoom: 1;
}
.clear:after{
	content: '';
	display: block;
	clear: both;
}
p{
	display: block;
    -webkit-margin-before: 0px;
    -webkit-margin-after: 0px;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

